home *** CD-ROM | disk | FTP | other *** search
- class PrintJob
- {
-
- function PrintJob() // Constructor. It creates a PrintJob object that you can use to print one or more pages.
- function start() // It displays the operating system's print dialog boxes and starts spooling.
- function addPage() // It sends the specified level or movie clip as a single page to the print spooler.
- function send() // It is used following PrintJob.start() and PrintJob.addPage() to send spooled pages to the printer.
- }
-